Welcome![Sign In][Sign Up]
Location:
Search - linux c tcp

Search list

[Linux-Unix串口连接程序c语言

Description: 在linux下把串口映射成TCP/IP端口- Maps under linux the string mouth the TCP/IP port
Platform: | Size: 98722 | Author: 刘宝文 | Hits:

[WinSock-NDISlinux下关于socket编程的C例子

Description: 这是linux下关于C的编程,其中包含了socket的几种用法的例子,有udp、tcp以及select的使用。-under linux on the C programming, which includes a socket several examples of usage, udp, tcp and select use.
Platform: | Size: 571308 | Author: 钟文德 | Hits:

[Linux-Unixtcpmap.c

Description: UNIX/LINUX TCP桥(或TCP端口映射器)-UNIX / Linux TCP Bridge (or TCP port mapping)
Platform: | Size: 3314 | Author: black bear | Hits:

[TCP/IP stackconnect+disconnect

Description: linux c 网络编程 实tcp的链接和断开 非常适合于初学者
Platform: | Size: 14474 | Author: 游铭 | Hits:

[TCP/IP stackTIME_WAIT

Description: linux c 网络编程 测试tcp连接的TIME_WAIT状态 非常适合于初学者
Platform: | Size: 11680 | Author: 游铭 | Hits:

[TCP/IP stacktcp

Description: 这个是linux下,用c语言写的客户端和服务器通信的tcp程序
Platform: | Size: 2446 | Author: 曹旭博 | Hits:

[TCP/IP stacklinux系统下用C程序实现Ping功能

Description: linux下用c实现的ping程序源码, 对于理解tcp/ip有很大帮助, 建议收藏, 取之于网,用之于网, 与你分享!-c ping procedures to achieve the source for understanding tcp / ip is very helpful, the proposed collection, taken from the network and use network, to share with you!
Platform: | Size: 6399 | Author: 朱冠胤 | Hits:

[Internet-Networklinux下关于socket C的编程源码

Description: linux下关于C的编程,其中包含了socket的几种用法的例子,有udp、tcp以及select的使用
Platform: | Size: 103693 | Author: superhn@163.com | Hits:

[Sniffer Package capturetcpdump-3.8.3.tar

Description: C语言实现的Linux下的抓包工具,功能全面,支持多种协议,如icmp arp udp tcp等。需要libpcap的支持。-C language of the Linux capturing Packet tools, full functions, support for multiple protocols, such as icmp arp udp tcp so. Libpcap need support.
Platform: | Size: 567296 | Author: 飞鱼 | Hits:

[Linux-UnixSocket_TCP-1.00

Description: TCP协议下套接字编程-TCP socket programming
Platform: | Size: 16384 | Author: 卢凤晖 | Hits:

[Internet-Networktest6

Description: linux网络编程,用c实现的基于tcp/ip编程-linux network programming, using c realized based on the tcp/ip programming
Platform: | Size: 37888 | Author: 刘军 | Hits:

[Internet-Networkvirusmaker_TCP_Wrapper_7.6防火墙源代码

Description: 基于TCP-WRAP原理的系统监控的c语言实现代码,用于unix/linux下的。-based on TCP- WRAP tenets of the control system c language code, for unix/linux under.
Platform: | Size: 124928 | Author: xuke | Hits:

[Linux-Unixlive.2006.08.26.tar

Description: linux下的rtsp/rtp/rtcp协议栈源代码; c++写的,带参考程序-linux under the rtsp/rtp/rtcp protocol stack source code; C wrote, with reference program
Platform: | Size: 413696 | Author: 全不知 | Hits:

[Linux-Unixeaselib

Description: 这是本人在Linux下开发经常使用的一组C++工具类,包括了Socket类、TCP服务类、UDP服务类、Mysql数据库操作类、日志类、配置文件解析类、日期时间操作类、MD5和Base64加解密类、线程和线程池类、XML文件解析类等-this is my development in Linux are frequently used by a group C Tools categories, including the Socket class. TCP services category, UDP services category, Mysql database operations, log type, configuration files analytic categories, Date Time operations, and Base64 MD5 encryption type, and thread pool thread category, XML documents and other types of analysis
Platform: | Size: 69632 | Author: 刘忠 | Hits:

[TCP/IP stackNetWorkTestRepor

Description: 自己开发的用于模拟在网络上发送广播报文或者TCP,UDP简单报文的小程序,利用线程,可直接应用的代码-its own development for simulation of the network to send broadcast messages or TCP, UDP simple message of small procedures, the use of threads, can be directly applied to the code
Platform: | Size: 2160640 | Author: 朱学科 | Hits:

[Otherwangluo

Description: 计算机网络课程设计 TCP/IP协议分析及实现-Computer network curriculum design TCP/IP protocol analysis and implementation of
Platform: | Size: 83968 | Author: 梁玲 | Hits:

[TCP/IP stackLinux下C语言Socket函数建立TCP连接

Description: LINUX下使用C语言基于SOCKET函数建立TCP连接(LINUX uses the C language to build TCP connections based on the SOCKET function)
Platform: | Size: 3072 | Author: 乐哉山水 | Hits:

[Linux-Unixlinux进程之间的通讯综合实例

Description: A<========>B<=========>C<=====>D<======>E A与B进程之间通过TCP的socket传递 主要掌握socket的流程: A服务器端: socket -->bind---->listen---->accept send read B客户端: socket-->connect->read send 不懂的可以man一下 man socket B与C使用共享内存来交互 步骤是:shmget->shmat->直接读写--->shmdt shmctl(删除) 可以man C与D之间使用消息传递进行 msgget-->msgrcv->msgsnd (注意这里的返回值判断发送正确与否 不是发送的字节数) D使用fork() 创建了一个进程 E D跟E之间使用无名管道进行交互 E程序中可以使用有名管道 进行通讯。(A<========>B<=========>C<=====>D<======>E Between the A and the B processes, the process of master socket is passed through the socket of the TCP: A server side: Socket -->bind---->listen---->accept send read B client: Socket-->connect->read send Do not understand the ability to man man socket B and C interact with shared memory The step is: shmget->shmat-> read and write --->shmdt shmctl directly (delete) Can man Message passing between C and D Msgget-->msgrcv->msgsnd (note that the return value here determines whether to send correctly or not the number of bytes sent) D uses fork () to create a process E Interaction between D and E using anonymous pipes E programs can communicate with famous pipes.)
Platform: | Size: 4096 | Author: 数据包 | Hits:

[TCP/IP stacktcp_socket.tar

Description: 基于Linux的tcp socket通信C语言代码,简单的收发处理(Linux based TCP socket communication C language code, simple transceiver)
Platform: | Size: 21504 | Author: rxp | Hits:

[TCP/IP stacksynapse39

Description: SYNAPSE TCP / IP and serial library This project is free and open source under modified BSD style license! Requirements Win32 operating system (win9x, winnt, WinME, win2k, WinXP,... you will not win32s or Wince!!!) or the Operating system Unix/Linux. The TCP/IP Protocol Winsock 2.0 and more (under windows), LIBC under Linux for Kylix, or Sockets Support Frepascal in Unix / Linux Delphi 3-7, Delphi 2005-2007, C ++ Builder, Kylix 1-3 or FreePascal 2.x.x experimental Delphi.NET (Delphi 8+) betaversion support for Delphi 2009+, including XE2.
Platform: | Size: 710656 | Author: asdfsdfr2342342 | Hits:
« 1 2 3 45 6 7 8 9 10 »

CodeBus www.codebus.net